Skip to content

chore: release main#256

Merged
theagenticguy merged 1 commit into
mainfrom
release-please--branches--main
Jun 26, 2026
Merged

chore: release main#256
theagenticguy merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 Automated release via release-please

root: 0.10.1

0.10.1 (2026-06-26)

Bug Fixes

  • ingestion: exclude venv/node_modules/cache dirs from analyze + all retrieval APIs (#255) (881d925)
cli: 0.10.1

0.10.1 (2026-06-26)

Chores

  • cli: Synchronize opencodehub versions

This PR was generated with Release Please. See documentation.

@github-actions
github-actions Bot requested a review from theagenticguy as a code owner June 26, 2026 15:18
@theagenticguy theagenticguy reopened this Jun 26, 2026
@theagenticguy
theagenticguy merged commit 4c16f5b into main Jun 26, 2026
38 checks passed
@theagenticguy
theagenticguy deleted the release-please--branches--main branch June 26, 2026 16:38
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

theagenticguy added a commit that referenced this pull request Jun 29, 2026
…#257)

## What

`Verify Global Install` workflow hardcoded `MAX_INSTALL_SECS: "60"`, but
`scripts/verify-global-install.sh` documents a **120s** default and its
header explicitly notes the tight 60s *"tripped on slow cells despite a
clean install."* This change deletes the override so the workflow uses
the script's documented 120s ceiling.

## Why

The `macos-x64-node24-nvm` leg flaked on the last release push (`chore:
release main #256`, `4c16f5b`):

```
[FAIL] gate 4: install took 61s (> 60s budget)
```

A **1-second** margin miss on a clean install — not a regression. The
CI, CodeQL, Semgrep, Self-Scan, and Scorecard suites all passed on the
same SHA; only this timing gate tripped.

The gate exists to catch an install that **hangs or refetches** the
native prebuilts (ladybug + duckdb + onnxruntime — though note ADR 0019
has since removed ladybug/duckdb, leaving onnxruntime-node as the only
native dep). On a loaded shared macOS runner a cold-cache global install
legitimately varies 30–90s, so 60s was below the noise floor. 120s keeps
the hang-detection intent while ending the margin flakes.

## Blast radius

CI-only. One env value in one workflow step. No source or runtime
change.

Fixes the recurring macOS-runner flake class tracked in #163.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant